subtitleMemorize.StreamInfo.HasAttribute C# (CSharp) Method

HasAttribute() public method

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