AudioStreamData.StreamName Property
Gets the stream name.
Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)
Syntax
'Declaration
Public ReadOnly Property StreamName As String
'Usage
Dim instance As AudioStreamData
Dim value As String
value = instance.StreamName
public string StreamName { get; }
public:
property String^ StreamName {
String^ get ();
}
/** @property */
public String get_StreamName ()
public function get StreamName () : String
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
AudioStreamData Class
AudioStreamData Members
Microsoft.Expression.Encoder Namespace