subtitleMemorize.StreamInfo.HasAttribute C# (CSharp) 메소드

HasAttribute() 공개 메소드

Returns true if ffmpeg created attribute with key "name".
public HasAttribute ( String name ) : bool
name String
리턴 bool
		public bool HasAttribute(String name) {
			return m_attributeDictionary.ContainsKey(name);
		}