Edit

Share via


Player.AudioVideoFlows Property

Definition

Gets a read-only collection of AudioVideoFlow instances that are attached to the player.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::AudioVideo::AudioVideoFlow ^> ^ AudioVideoFlows { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::AudioVideo::AudioVideoFlow ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoFlow> AudioVideoFlows { get; }
member this.AudioVideoFlows : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoFlow>
Public ReadOnly Property AudioVideoFlows As ReadOnlyCollection(Of AudioVideoFlow)

Property Value

Applies to