Player.AudioVideoFlows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)