Edit

Share via


MediaChannel.Encrypted Property

Definition

Gets whether the channel is encrypted.

public:
 property bool Encrypted { bool get(); };
public bool Encrypted { get; }
member this.Encrypted : bool
Public ReadOnly Property Encrypted As Boolean

Property Value

Remarks

Encrypted is true if and only if the channel is encrypted, and false otherwise. An instance of a MediaChannel subclass can be encrypted only when the associated AudioVideoFlow instance is active; that is, when the State property on the AudioVideoFlow instance is Active.

Applies to