subtitleMemorize.StreamInfo.HasAttribute C# (CSharp) Méthode

HasAttribute() public méthode

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