SdpMediaMediaFormats Property |
Gets the MediaFormats.
Namespace: StreamCoders.SdpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<string> MediaFormats { get; }
Public ReadOnly Property MediaFormats As List(Of String)
Get
public:
property List<String^>^ MediaFormats {
List<String^>^ get ();
}
member MediaFormats : List<string> with get
Property Value
Type:
ListString
Contains payload types specified in the attributes hierarchically under the SDPMedia
field. See
SubFieldsSee Also