AudioVideoCaptureDevice.VendorSpecificDataAvailable event

Occurs when vendor-specific data is available.

Syntax

public event TypedEventHandler<ICameraCaptureDevice, VendorSpecificDataEventArgs> VendorSpecificDataAvailable
Public Event VendorSpecificDataAvailable As TypedEventHandler(Of ICameraCaptureDevice, VendorSpecificDataEventArgs)
public:
event TypedEventHandler<ICameraCaptureDevice, VendorSpecificDataEventArgs>^ VendorSpecificDataAvailable {
   Windows::Foundation::EventRegistrationToken add(TypedEventHandler<ICameraCaptureDevice, VendorSpecificDataEventArgs>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate TypedEventHandler<ICameraCaptureDevice, VendorSpecificDataEventArgs>

Remarks

Reserved for future use.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_ISV_CAMERA [Windows Phone] ID_CAP_MICROPHONE [Windows Phone]

See also

AudioVideoCaptureDevice